Search Result

772 results found on Nordicsemi

Article 41 | News 652 | Product 79 | All results

14567 results found on DevZone

NordicSemi

nRF9160 cellular IoT module shortlisted for ‘Best IoT Connectivity Solution’ in 2019 Awards of IoT World

Nordic Semiconductor today announces that its nRF9160 multimode LTE-M/NB-IoT System-in-Package (SiP) has been shortlisted for ‘Best IoT Connectivity Solution’ at the forthcoming Internet of Things (IoT) World 2019 Awards. The winner will be announced at the IoT World Awards & Gala Dinner on May 15. 

Tags: nRF9160, LTE-M, NB-IoT, nRF91 Series

News

4/4/2019

Nordic-powered geolocation asset tracker suits tough environments and features claimed battery life of over 10 years

Digital Matter’s Oyster3 uses Nordic low power nRF9160 SiP for power-efficient and accurate wireless asset tracking and movement detection

Tags: nRF9160, LTE-M, NB-IoT, nRF91 Series

News

11/16/2021

Bluetooth 5.2/Bluetooth LE barcode reader and inductive charging station enable point-of-care efficiency and safety in hospitals

Nordic’s nRF52832 SoC and nRF52840 SoC power Code Corporation’s CR2700 barcode reading system and send patient/medication data to PC

Tags: nRF52840, nRF52832, Bluetooth 5, Bluetooth LE, nRF52 Series

News

4/22/2020

Nordic-powered wearable provides location tracking and fall detection for Alzheimer’s sufferers

SalusWear employs Nordic’s nRF9160 SiP to send an SMS with the wearer’s current location to emergency contacts and the Cloud

Tags: nRF9160, LTE-M, NB-IoT, Wearables, Connected Health, Sustainability, nRF91 Series

News

9/1/2022

Nordic Semiconductor to showcase nRF9160 SiP cellular IoT module at Mobile World Congress (MWC) Shanghai 2019

Nordic’s solutions for cellular IoT and low power wireless mesh will be among the exhibits at major mobile event in Shanghai

Tags: nRF9160, LTE-M, NB-IoT, nRF91 Series

News

6/20/2019

European smart utility meter gateway is first to combine M-Bus, cellular IoT and LoRaWAN all running off a single Nordic nRF9160 SiP

M-Bus (which is short for ‘Meter-Bus’) is a European short-range standard for the remote wireless reading of water, gas, electricity, heat, and other consumption meters. By combining cellular IoT and LoRaWAN in a single gateway, European utility and buildings management customers are not restricted to any one LPWA wireless technology and can “mix and match” depending on local network availability and wireless signal coverage

Tags: nRF9160, LTE-M, NB-IoT, Industrial Automation, nRF91 Series

News

1/18/2021

Nordic-powered tracker and gateway monitor location of dependents or materials

IoTBank’s Mamosearch 2 uses Nordic nRF9160 SiP’s LTE-M connectivity to periodically transmit human or asset location information to Cloud-based platform

Tags: nRF9160, nRF52832, LTE-M, NB-IoT, Bluetooth LE, nRF91 Series, nRF52 Series

News

1/7/2021

Nordic nRF9160 SiP among first of major semiconductor vendor products to gain PSA Certification for IoT trusted security

Nordic’s cellular IoT module gains Arm Platform Security Architecture (PSA) certification scheme, PSA Certified Level 1 certification to improve IoT protection assurances and accelerate IoT device deployment

Tags: nRF9160, Arm, LTE-M, NB-IoT, nRF91 Series

News

2/25/2019

Nordic Semiconductor nRF9160 SiP wins Innovative IoT Application of the Year in India’s top electronics awards

The low power cellular IoT solution recognized for its excellence and far-reaching influence in Electronics Maker Best of Industry Awards 2021

Tags: nRF9160, LTE-M, NB-IoT, nRF91 Series

News

11/5/2021

Higher security programming language alternative, Rust, could eliminate many common IoT device vulnerabilities and is demo’d running on Nordic nRF9160 SiP

According to U.K. based product development and engineering consultancy, 42 Technology, Rust is a very-high-performance alternative to common systems programming languages such as C and C++ because it avoids the memory safety issues that “plague those languages but without the complexity and overhead of Java”

Tags: nRF9160, Connected Health, Industrial Automation, Transportation, Sports and Fitness, Wearables, nRF91 Series

News

12/12/2019

DevZone - first 10 hits

How to use AUX output on nRF5340 Audio DK

Hi, I have an nRF5340 Audio DK. As the first step, I want to play a simple 1k Hz tone and output it via the AUX jack on the board. Is there any related sample code for me to get started with? Alternatively, I do have an external DAC module that takes in I2S data. Is there any example code that demonstrate how to use I2S feature in nRF Connect SDK? Thank you!

forum

5/3/2024

Inquiry Regarding Modbus Implementation on nRF9160 Development Kit

Hi, I am writing to seek guidance regarding the implementation of Modbus communication on the nRF9160 Development Kit. As a developer who is relatively new to the concept of Modbus, I have been exploring the capabilities of the nRF9160 board and have come across sample code for Modbus RTU client and server implementations. However, I have some queries regarding the feasibility of using this functionality on my current setup. Currently, I have only one nRF9160 Development Kit available for testing purposes. My primary objective is to perform both client and server operations using this single board without the need for additional hardware. Is it possible to perform both client and server operations with just one nRF9160 board? Can I utilize the UART TTL interface on the nRF9160 board for Modbus communication? Given my setup, where I intend to use a computer as the master and the nRF9160 as the client,

forum

5/3/2024

Random blocking issue with getaddrinfo function

Hello, I am currently using some code from the HTTP client sample to send HTTP requests to a server from my application. I have encountered an issue where the thread from which I send the request occasionally blocks. The serial log indicates that the execution stops at the getaddrinfo function and hangs indefinitely. I have left it running for up to 20 minutes before resetting, but getaddrinfo did not return. This issue occurs randomly, sometimes minutes after booting, and sometimes after hours of sending data to the server. Other threads (like the LCD) are working fine and remain responsive during this time. Here are the details of my setup: Module: Avnet AVT9152 SoC: nRF9160 SDK: nRF Connect SDK v2.5 Modem Firmware: Latest version Here is the function I use for HTTP requests: int http_client_send_request(struct http_request *request) { int err; int fd; struct addrinfo *res; struct addrinfo hints = { .ai_family

forum

5/3/2024

how to use but 3.3v and 1.8v from the internal regulated supply

Hi I am facing this issue were I need but 1v8 and 3v3 at the same time to power PPG sensor and it's LEDs so if there any example code for this approach pls share. Best regards Karthik

forum

5/3/2024

Understanding periodic advertising using periodic_adv and periodic_sync

Hello, I am a beginner with the Nordic development kits. I have purchased two nRF52833 development kits and I would like to perform Bluetooth Direction Finding with these kits. Before that, I would first like to implement periodic advertising of BLE packets to understand what happens before I jump into direction finding. I have seen that periodic_adv and periodic_sync are two examples that I can run to understand their working. The periodic_adv sends periodic advertising data every 10 seconds as given in the sample. But I am unable to receive the packets in the periodic_sync. I have not made any changes to the sample code. I would like to know what I am missing out and maybe some guidance on how I can send different data in place of the mfg_data[]. I have attached the serial monitor log for both the periodic_adv and periodic_sync. Periodic_adv: Periodic_sync: Here, it does not

forum

5/2/2024

Pairing failed, security failed when using central uart example, additionally I cannot see data on the central side sent by peripheral

Hello, I am trying to established a Bluetooth communication between nrf52840dk and Fanstel BLG840F. nrf52840dk acts as peripheral device and Fanstel BLG840F acts as central device. For peripheral device, I am using ble_peripheral -> ble_app_uart example from nRF5_SDK_17. For central device, I am using bluetooth -> central_uart example from nRF SDK Connect. I am sending some dummy data from peripheral to central. But, I am stuck on pairing which is constantly failing if I use security. I get below error. And if I remove the below security, the I can see the peripheral device led stops blinking. And, on central side terminal window, I can verify it getting disconnected but, I didn't receive any data on central side. I am guessing this is because ble_data_received() is not getting executed (as I have given a print statement which is not printed on the central terminal). err = bt_conn_set_security(conn, BT_SECURITY_L1); if (err)

forum

5/2/2024

QUERY - [nRF52840][ZIGBEE][ZEPHYR-BLE] Is controlling LIGHT_BULB(ZIGBEE) from ZEPHYR_BLE_CENTRAL possible ??

Hello Team, I am using nrf52840 board which supports ZIGBEE and ZEPHYR. Setup Details: Zigbee_LIGHT_BULB (nRF52840 DK) Zephyr_BLE_CENTRAL (nRF52840 DK) In zephyr I have implemented BLE CENTRAL CODE and in ZIGBEE, LIGHT_SWITCH(ROUTER) and LIGHT_BULB(END_DEVICE) examples. Now, I want to control ZIGBEE LIGHT_BULB(END_DEVICE) to turn ON and OFF the BULB using BLE CENTRAL CODE. 1. Is it possible to control ZIGBEE LIGHT_BULB(END_DEVICE) using BLE CENTRAL CODE in ZEPHYR which is implemented in zephyr? 2. Also, In ZIGBEE LIBRARIES, why ZEPHYR BLE CENTRAL CODE is not supporting ? As I am new to this, please help here get the above information. Thanks a lot !!! Best Regards, Deepika B

forum

5/2/2024

asset_tracker_v2 booting with V2.5.0

I have a nRF9160DK board running asset_tracker_v2 on a nRF9160 custom board. V1.7.0 loads and boots fine but when I use V2.5.0 the boot fails as shown below. The only change I have made to the V2.5.0 asset_tracker_v2 code was to change the 2 lines in prj.conf that had my AWS information. This code loads fine in a nrf9160DK board but fails when I use the V2.5.0 version in the custom board. The V1.7.0 version loads in the custom board and had been running for several years. any ideas what I am doing wrong? any way to get more information on why the boot is failing? any help would be greatly appreciated. We have V1.7.0 out in the filed in many sites for years and it is working perfectly. The decision was made to upgrade to V2.5.0 so I am stuck until I can get this to boot correctly. I

forum

5/1/2024

sys_poweroff not working after sleep in nrf52832_mdk

Hi Community! I am a beginner with NRF and zephyr and currently doing a small project on nrf52832_mdk on zephyr. I want to deep sleep the system (sys_poweroff) when nothing is happening. I followed the poweroff example and its working fine. I have attached a multimeter in paralell to measure current and I can see the current drop when system poweroff smootly. In my actual project, when I run the sys_poweroff command in main thread after initialization, it gives the expected results. The system shuts down completely and current drops in micro amperes. int main(void) { printk("initializing the system \n"); int ret; int errorCode = 0; struct sensor_value regValue; /**** Initialize LED****/ ret = led_init(); if (ret != 0) { printk("could not Initialize LED \n"); } /**** Initialize the SC7A20 Sensor ****/ ret = sc7a20_sensor_init(); if (ret != 0) { printk("sensor Initialization failed \n"); errorCode = ERROR_SC7A20_SENSOR; } ret =

forum

5/1/2024

Using high precision measurement in Nordic Distance Toolbox

Hey, I watched webinar with presentation of NDT and a Lidar as a reference data and if looks quite impressive for high precision calc method. We are using 7002 DK and we would like to really see how it works. Currently we did some testing for IFFT method from nrf-sdk samples, but as it was said in webinar these result are not trustworthy for wide measurement ranges. However, i haven't seen example usage of nrf_dm_high_precision_calc() function in sdk, or github. I know that there is a need of calling nrf_dm_populate_report but i still fail using this with sdk 2.5.0. Could you maybe share a piece of code, where you present how to properly use these tools for high precision distance measurement? It could be for other target or SDK version, i just need a start point.It could be the code, that you use for webinar measurement with roll camera :)

forum

4/30/2024